runtime.tracestat.allocs (field)

4 uses

	runtime (current package)
		malloc.go#L1031: 			inittrace.allocs += 1
		proc.go#L7252: 	allocs uint64 // heap allocations
		proc.go#L7307: 			print(string(itoa(sbuf[:], after.allocs-before.allocs)), " allocs")